We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cb0e7e commit 9dc3b44Copy full SHA for 9dc3b44
package.json
@@ -11,13 +11,9 @@
11
"url": "https://github.com/pannoury/SwiftCSS"
12
},
13
"scripts": {
14
- "watch": "node ./dist/main.js watch",
15
- "build": "node ./dist/main.js build",
16
- "init": "node ./dist/main.js init",
17
- "dev": "ts-node main.ts watch",
18
- "dev-build": "ts-node main.ts build",
19
- "dev-init": "ts-node main.ts init",
20
- "new-dev": "ts-node main.ts dev"
+ "watch": "ts-node --esm main.ts watch",
+ "build": "ts-node --esm main.ts build",
+ "init": "ts-node --esm main.ts init"
21
22
"bin": {
23
"swiftcss": "main.ts"
0 commit comments