fix wrong dependencies in Makefile
This commit is contained in:
parent
987061062f
commit
79f870925b
4
Makefile
4
Makefile
@ -9,10 +9,10 @@ po2json = node_modules/po2json/bin/po2json
|
||||
|
||||
.PHONY: node_modules pogen lib/i18n-strings.js
|
||||
|
||||
package-stable: tsc i18n
|
||||
package-stable: node_modules
|
||||
$(gulp) package-stable
|
||||
|
||||
package-unstable: tsc i18n
|
||||
package-unstable: node_modules
|
||||
$(gulp) package-unstable
|
||||
|
||||
tsc: tsconfig.json node_modules
|
||||
|
Loading…
Reference in New Issue
Block a user